home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / src / scrub.cmd < prev    next >
OS/2 REXX Batch file  |  2002-02-04  |  386b  |  19 lines

  1. @echo off
  2.  
  3. REM This script scrubs the sources clean
  4. REM Please don't check into cvs any files that are deleted by this script.
  5.  
  6. pushd %~dp0
  7.  
  8. pushd ..
  9. if exist dqsd.exe del dqsd.exe
  10. if exist DQSDTools.dll del DQSDTools.dll
  11. if exist dqsdt253.dll del dqsdt253.dll
  12. if exist dqsdt254.dll del dqsdt254.dll
  13. if exist dqsdt255.dll del dqsdt255.dll
  14. popd
  15.  
  16. call .\clean.cmd
  17.  
  18. popd
  19.